[IA64] Make b2-b5 fixed registers
authorawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Sun, 18 Feb 2007 23:13:13 +0000 (16:13 -0700)
committerawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Sun, 18 Feb 2007 23:13:13 +0000 (16:13 -0700)
Signed-off-by: Tristan Gingold <tgingold@free.fr>
xen/arch/ia64/Rules.mk

index eefd5fe1abcc4e9465752c8b415bfa0c89dbae23..cfc333ee859fc9272cd53b93876063b53521eeee 100644 (file)
@@ -33,7 +33,7 @@ CPPFLAGS+= -I$(BASEDIR)/include                                               \
 CFLAGS += $(CPPFLAGS)
 #CFLAGS  += -Wno-pointer-arith -Wredundant-decls
 CFLAGS += -DIA64 -DXEN -DLINUX_2_6
-CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127
+CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127,b2-b5
 CFLAGS += -g
 #CFLAGS  += -DVTI_DEBUG
 ifeq ($(xen_ia64_expose_p2m),y)